home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / Scalos / Developer / Autodoc / SCA_DeviceList.doc < prev    next >
Text File  |  1998-01-04  |  1KB  |  60 lines

  1. TABLE OF CONTENTS
  2.  
  3. DeviceList.sca/DeviceList.sca
  4. DeviceList.sca/SCCM_DeviceList_Generate
  5. DeviceList.sca/SCCM_DeviceList_FreeDevNode
  6. DeviceList.sca/SCCM_DeviceList_Filter
  7. DeviceList.sca/DeviceList.sca
  8.  
  9.     This class is used to generate a list of all currently available
  10.     devices. The list will be used to load or update diskicons. You may
  11.     use this class to filter the devices.
  12.  
  13. DeviceList.sca/SCCM_DeviceList_Generate
  14.  
  15.     NAME
  16.     SCCM_DeviceList_Generate
  17.  
  18.     SYNOPSIS
  19.     DoMethod(obj,SCCM_DeviceList_Generate,APTR NodeList);
  20.  
  21.     FUNCTION
  22.     Generates the full list of devices.
  23.  
  24.     INPUT
  25.     NodeList - pointer to a ScalosNodeList
  26.  
  27.     SEE ALSO
  28. DeviceList.sca/SCCM_DeviceList_FreeDevNode
  29.  
  30.     NAME
  31.     SCCM_DeviceList_FreeDevNode
  32.  
  33.     SYNOPSIS
  34.     DoMethod(obj,SCCM_DeviceList_FreeDevNode,APTR Node);
  35.  
  36.     FUNCTION
  37.     Frees anything inside of this node, but not the node itself.
  38.  
  39.     INPUT
  40.     Node - DeviceNode
  41.  
  42.     SEE ALSO
  43. DeviceList.sca/SCCM_DeviceList_Filter
  44.  
  45.     NAME
  46.     SCCM_DeviceList_Generate
  47.  
  48.     SYNOPSIS
  49.     DoMethod(obj,SCCM_DeviceList_Filter,APTR NodeList);
  50.  
  51.     FUNCTION
  52.     Fillters the list of DeviceNodes. You can hide some devices or resort
  53.     the nodelist. Default: all DOS-Devices without a volume will be
  54.     filtered. Checkout the flags field in the DeviceNode structure.
  55.  
  56.     INPUT
  57.     NodeList - pointer to a ScalosNodeList
  58.  
  59.     SEE ALSO
  60.